=======================================================================================
MONSTER CLASSES DATA FILE
=======================================================================================

Note : This file is used by the Xerathul's revenge module. Parts of it have been changed

Corpse Type:
  None
  Small Skeleton
  Medium Skeleton
  Large Skeleton
  Huge Skeleton
  Small Corpse
  Medium Corpse
  Large Corpse
  Huge Corpse

Intelligence Category:
  Minimal
  Animal
  Novice
  Expert

Movement Strategy:
  None                     - No movement at all. 
  Stay Put                 - Minimal random movement.
  Wander Around            - Random movement. 
  Patrol                   - Move around an area looking for targets.
  Hunt                     - Move through the map looking for targets, close to point-blank range.
  Ranged Hunt              - Same as hunt but move to within 4 squares distance.   
  Guard                    - Stay very near a location until target is seen. 
  Keep Away                - Run from enemies.
  Follow                   - Wander around until Character seen and then follow and stay within 3-4 squares.
 

Does Attack Character:
  True, False

When To Retreat:
  When lightly hurt, When moderately hurt, When severely hurt, Never Retreat

Response Range:
  Long Range, Medium Range, Short Range, Point Blank


Health, Attack, Defense:
  Final Value = trunc(Random([Attack Ability Min] * [Monster Base Attack Ability Modifier], 
                             [Attack Ability Max] * [Monster Base Attack Ability Modifier]) *
                            ((100 + (([Monster Level]) * [Monster Attack Modifier Per Level Added Percent])) / 100))

=======================================================================================
*BEGIN*
=======================================================================================

Monster Base Health Modifier                         := 5
Monster Base Attack Ability Modifier                 := 20
Monster Base Defense Ability Modifier                := 20
Monster Base Health Start                            := 0
Monster Base Attack Ability Start                    := 30
Monster Base Defense Ability Start                   := 30
Monster Base Damage Min Start                        := 0
Monster Base Damage Max Start                        := 0
Monster Health Modifier Per Level Added Percent      := 0
Monster Damage Modifier Per Level Added Percent      := 0
Monster Attack Modifier Per Level Added Percent      := 0
Monster Defense Modifier Per Level Added Percent     := 0
Monster Health Modifier Per Level Added Amount       := 5
Monster Damage Modifier Per Level Added Amount       := 3
Monster Attack Modifier Per Level Added Amount       := 20
Monster Defense Modifier Per Level Added Amount      := 20
Monster Health Modifier Per Difficulty Level Pct     := 30
Monster Damage Modifier Per Difficulty Level Pct     := 20
Monster Attack Modifier Per Difficulty Level Pct     := 30
Monster Defense Modifier Per Difficulty Level Pct    := 30
Monster Base Resist All Start                        := 0
Monster Resist All Modifier Per Level Added Amount   := 3
Monster Gold Carried Per Level Chance                := 0
Monster Gold Carried Per Level Minimum               := 0
Monster Gold Carried Per Level Maximum               := 0
Spell Level Per Monster Level                        := 0.2
Number Of Movement Speeds                            := 5
Movement Speed 1 Name                                := Very Slow
Movement Speed 1 Time Interval in Milliseconds       := 2000
Movement Speed 2 Name                                := Slow
Movement Speed 2 Time Interval in Milliseconds       := 1000
Movement Speed 3 Name                                := Average
Movement Speed 3 Time Interval in Milliseconds       := 500
Movement Speed 4 Name                                := Fast
Movement Speed 4 Time Interval in Milliseconds       := 250
Movement Speed 5 Name                                := Very Fast
Movement Speed 5 Time Interval in Milliseconds       := 100
Movement Speed Modifier Per Difficulty Level MS      := 0
Number Of Spell Cast Chances                         := 4
Spell Cast Chance 1 Name                             := Very Low
Spell Cast Chance 1 Percent                          := 10
Spell Cast Chance 2 Name                             := Low
Spell Cast Chance 2 Percent                          := 30
Spell Cast Chance 3 Name                             := Medium
Spell Cast Chance 3 Percent                          := 50
Spell Cast Chance 4 Name                             := High
Spell Cast Chance 4 Percent                          := 70

//--------------------------------------------------------------------------------------
// Monsters
//--------------------------------------------------------------------------------------
Name                                                 := Fire Vortex
Description                                          :=  
Picture Filename                                     := VortexFire.bmp
Attack Picture Filename                              := VortexFire.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := vortex_d.wav
Sound File Attack                                    := vortex_a.wav
Sound File Growl                                     := vortex_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 1
Effect 1 Type                                        := Fire Damage
Effect 1 Min Amount                                  := 10
Effect 1 Max Amount                                  := 20
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 20
Natural Attack 1 Damage Amount Max                   := 40
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Cold Vortex
Description                                          := 
Picture Filename                                     := VortexCold.bmp
Attack Picture Filename                              := VortexCold.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := vortex_d.wav
Sound File Attack                                    := vortex_a.wav
Sound File Growl                                     := vortex_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 1
Effect 1 Type                                        := Cold Damage
Effect 1 Min Amount                                  := 10
Effect 1 Max Amount                                  := 20
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 20
Natural Attack 1 Damage Amount Max                   := 40
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Lightning Vortex
Description                                          := 
Picture Filename                                     := VortexEnergy.bmp
Attack Picture Filename                              := VortexEnergy.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := vortex_d.wav
Sound File Attack                                    := vortex_a.wav
Sound File Growl                                     := vortex_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 1
Effect 1 Type                                        := Lightning Damage
Effect 1 Min Amount                                  := 10
Effect 1 Max Amount                                  := 20
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 20
Natural Attack 1 Damage Amount Max                   := 40
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Poison Vortex
Description                                          := 
Picture Filename                                     := VortexShimmering.bmp
Attack Picture Filename                              := VortexShimmering.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := vortex_d.wav
Sound File Attack                                    := vortex_a.wav
Sound File Growl                                     := vortex_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 1
Effect 1 Type                                        := Poison Damage
Effect 1 Min Amount                                  := 10
Effect 1 Max Amount                                  := 20
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 20
Natural Attack 1 Damage Amount Max                   := 40
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Air Elemental
Description                                          := 
Picture Filename                                     := ElementalAir.bmp
Attack Picture Filename                              := ElementalAir.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := vortex_d.wav
Sound File Attack                                    := vortex_a.wav
Sound File Growl                                     := vortex_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 1
Effect 1 Type                                        := Magic Damage
Effect 1 Min Amount                                  := 5
Effect 1 Max Amount                                  := 10
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 10
Natural Attack 1 Damage Amount Max                   := 20
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Earth Elemental
Description                                          := 
Picture Filename                                     := ElementalEarth.bmp
Attack Picture Filename                              := ElementalEarth.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := vortex_d.wav
Sound File Attack                                    := vortex_a.wav
Sound File Growl                                     := vortex_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 10
Natural Attack 1 Damage Amount Max                   := 20
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Fire Elemental
Description                                          := 
Picture Filename                                     := ElementalFire.bmp
Attack Picture Filename                              := ElementalFire.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := vortex_d.wav
Sound File Attack                                    := vortex_a.wav
Sound File Growl                                     := vortex_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 1
Effect 1 Type                                        := Fire Damage
Effect 1 Min Amount                                  := 5
Effect 1 Max Amount                                  := 10
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 10
Natural Attack 1 Damage Amount Max                   := 20
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Void Elemental
Description                                          := 
Picture Filename                                     := ElementalVoid.bmp
Attack Picture Filename                              := ElementalVoid.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := vortex_d.wav
Sound File Attack                                    := vortex_a.wav
Sound File Growl                                     := vortex_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 1
Effect 1 Type                                        := Lightning Damage
Effect 1 Min Amount                                  := 5
Effect 1 Max Amount                                  := 10
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 10
Natural Attack 1 Damage Amount Max                   := 20
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Water Elemental
Description                                          := 
Picture Filename                                     := ElementalWater.bmp
Attack Picture Filename                              := ElementalWater.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := vortex_d.wav
Sound File Attack                                    := vortex_a.wav
Sound File Growl                                     := vortex_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 1
Effect 1 Type                                        := Cold Damage
Effect 1 Min Amount                                  := 5
Effect 1 Max Amount                                  := 10
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 10
Natural Attack 1 Damage Amount Max                   := 20
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Golem
Description                                          := 
Picture Filename                                     := ElementalStone.bmp
Attack Picture Filename                              := ElementalStone.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := golem_d.wav
Sound File Attack                                    := golem_a.wav
Sound File Growl                                     := golem_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 5
Natural Attack 1 Damage Amount Max                   := 10
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Minor Demon
Description                                          := 
Picture Filename                                     := DemonMinorFighter.bmp
Attack Picture Filename                              := DemonMinorFighter.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := demon_d.wav
Sound File Attack                                    := demon_a.wav
Sound File Growl                                     := demon_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 1
Spell 1 Name                                         := Fire Bolt
Spell 1 Chance To Use                                := 20
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 20
Natural Attack 1 Damage Amount Max                   := 40
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Major Demon
Description                                          := 
Picture Filename                                     := DemonMajorFighter.bmp
Attack Picture Filename                              := DemonMajorFighter.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := demon_d.wav
Sound File Attack                                    := demon_a.wav
Sound File Growl                                     := demon_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 1
Spell 1 Name                                         := Fire Ball
Spell 1 Chance To Use                                := 40
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 15
Natural Attack 1 Damage Amount Max                   := 30
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Pheonix
Description                                          := 
Picture Filename                                     := Pheonix.bmp
Attack Picture Filename                              := Pheonix.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := gryphon_d.wav
Sound File Attack                                    := gryphon_a.wav
Sound File Growl                                     := gryphon_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 1
Effect 1 Type                                        := Fire Damage
Effect 1 Min Amount                                  := 10
Effect 1 Max Amount                                  := 20
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 15
Natural Attack 1 Damage Amount Max                   := 30
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Angel
Description                                          := 
Picture Filename                                     := AngelBlue.bmp
Attack Picture Filename                              := AngelBlue.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := dark_angel_d.wav
Sound File Attack                                    := dark_angel_a.wav
Sound File Growl                                     := dark_angel_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 15
Natural Attack 1 Damage Amount Max                   := 30
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Ghost
Description                                          := 
Picture Filename                                     := Ghost3Blue.bmp
Attack Picture Filename                              := Ghost3Blue.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := TRUE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := TRUE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := ghost_d.wav
Sound File Attack                                    := ghost_a.wav
Sound File Growl                                     := ghost_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 10
Natural Attack 1 Damage Amount Max                   := 20
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Skeleton
Description                                          := 
Picture Filename                                     := Skeleton3.bmp
Attack Picture Filename                              := Skeleton3.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := TRUE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := skeleton_d.wav
Sound File Attack                                    := skeleton_a.wav
Sound File Growl                                     := skeleton_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 5
Natural Attack 1 Damage Amount Max                   := 10
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Skeleton Lord
Description                                          := 
Picture Filename                                     := SkeletonFighterLord3.bmp
Attack Picture Filename                              := SkeletonFighterLord3.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := TRUE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := skeleton_d.wav
Sound File Attack                                    := skeleton_a.wav
Sound File Growl                                     := skeleton_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 10
Natural Attack 1 Damage Amount Max                   := 20
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Spectre
Description                                          := 
Picture Filename                                     := SpectreRed.bmp
Attack Picture Filename                              := SpectreRed.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := TRUE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := spectr_d.wav
Sound File Attack                                    := spectr_a.wav
Sound File Growl                                     := spectr_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 10
Natural Attack 1 Damage Amount Max                   := 20
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Wraith
Description                                          := 
Picture Filename                                     := WraithBlue.bmp
Attack Picture Filename                              := WraithBlue.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := TRUE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := wraith_d.wav
Sound File Attack                                    := wraith_a.wav
Sound File Growl                                     := wraith_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 10
Natural Attack 1 Damage Amount Max                   := 20
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Bat
Description                                          := 
Picture Filename                                     := BatBrown.bmp
Attack Picture Filename                              := BatBrown.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := FALSE
Movement Flag Air                                    := TRUE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := bat_d.wav
Sound File Attack                                    := bat_a.wav
Sound File Growl                                     := bat_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 1
Natural Attack 1 Damage Amount Max                   := 5
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Giant Beetle
Description                                          := 
Picture Filename                                     := BeetleBrown.bmp
Attack Picture Filename                              := BeetleBrown.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := beetle_d.wav
Sound File Attack                                    := beetle_a.wav
Sound File Growl                                     := beetle_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 2
Natural Attack 1 Damage Amount Max                   := 8
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Armored Beast
Description                                          := 
Picture Filename                                     := DinosaurBeastGiantBrown.bmp
Attack Picture Filename                              := DinosaurBeastGiantBrown.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := dino_d.wav
Sound File Attack                                    := dino_a.wav
Sound File Growl                                     := dino_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 5
Natural Attack 1 Damage Amount Max                   := 15
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Dog
Description                                          := 
Picture Filename                                     := DogOrange.bmp
Attack Picture Filename                              := DogOrange.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := dog_d.wav
Sound File Attack                                    := dog_a.wav
Sound File Growl                                     := dog_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 1
Natural Attack 1 Damage Amount Max                   := 6
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Dragon
Description                                          := 
Picture Filename                                     := DragonAncientLordBlack.bmp
Attack Picture Filename                              := DragonAncientLordBlack.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := adult_dragon_d.wav
Sound File Attack                                    := adult_dragon_a.wav
Sound File Growl                                     := adult_dragon_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 15
Natural Attack 1 Damage Amount Max                   := 30
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Eagle Lion
Description                                          := 
Picture Filename                                     := EagleHoundGreenDark.bmp
Attack Picture Filename                              := EagleHoundGreenDark.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := ehound_d.wav
Sound File Attack                                    := ehound_a.wav
Sound File Growl                                     := ehound_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 5
Natural Attack 1 Damage Amount Max                   := 15
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Hydra
Description                                          := 
Picture Filename                                     := Hydra9HeadedGreen.bmp
Attack Picture Filename                              := Hydra9HeadedGreen.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := hydra_d.wav
Sound File Attack                                    := hydra_a.wav
Sound File Growl                                     := hydra_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 10
Natural Attack 1 Damage Amount Max                   := 20
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Giant Lizard
Description                                          := 
Picture Filename                                     := LizardGrey.bmp
Attack Picture Filename                              := LizardGrey.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := giant_liz_d.wav
Sound File Attack                                    := giant_liz_a.wav
Sound File Growl                                     := giant_liz_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 5
Natural Attack 1 Damage Amount Max                   := 15
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Rat
Description                                          := 
Picture Filename                                     := RatBrownDark.bmp
Attack Picture Filename                              := RatBrownDark.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := rat_d.wav
Sound File Attack                                    := rat_a.wav
Sound File Growl                                     := rat_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 1
Natural Attack 1 Damage Amount Max                   := 5
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Scorpion
Description                                          := 
Picture Filename                                     := ScorpionGrey.bmp
Attack Picture Filename                              := ScorpionGrey.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := scorpion_d.wav
Sound File Attack                                    := scorpion_a.wav
Sound File Growl                                     := scorpion_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 2
Natural Attack 1 Damage Amount Max                   := 6
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Snake
Description                                          := 
Picture Filename                                     := SnakeCobraGrey.bmp
Attack Picture Filename                              := SnakeCobraGrey.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := snake_d.wav
Sound File Attack                                    := snake_a.wav
Sound File Growl                                     := snake_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 1
Natural Attack 1 Damage Amount Max                   := 5
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Giant Turtle
Description                                          := 
Picture Filename                                     := TurtleGreen.bmp
Attack Picture Filename                              := TurtleGreen.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := giant_turt_d.wav
Sound File Attack                                    := giant_turt_a.wav
Sound File Growl                                     := giant_turt_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 4
Natural Attack 1 Damage Amount Max                   := 8
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := War Elephant
Description                                          := 
Picture Filename                                     := WarElephantBrown.bmp
Attack Picture Filename                              := WarElephantBrown.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := elephant_d.wav
Sound File Attack                                    := elephant_a.wav
Sound File Growl                                     := elephant_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 5
Natural Attack 1 Damage Amount Max                   := 12
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Yeti
Description                                          := 
Picture Filename                                     := YetiGreyDark.bmp
Attack Picture Filename                              := YetiGreyDark.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := TRUE
Is Undead                                            := FALSE
Weight                                               := 20
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 4
Attack Ability Min                                   := 2
Attack Ability Max                                   := 4
Defense Ability Min                                  := 2
Defense Ability Max                                  := 4
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := False
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Guard Monster
Movement Speed                                       := Fast
Sound File Death                                     := yeti_d.wav
Sound File Attack                                    := yeti_a.wav
Sound File Growl                                     := yeti_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Pain Touch
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 4
Natural Attack 1 Damage Amount Max                   := 12
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Pit Fiend
Description                                          := 
Picture Filename                                     := DemonMinion.bmp
Attack Picture Filename                              := DemonMinion.bmp
Map Appearance Chance                                := 0
Monster Group                                        := None
Is Unique Monster                                    := FALSE
Is Undead                                            := FALSE
Weight                                               := 50
Event ID                                             := 0
Health Min                                           := 10
Health Max                                           := 12
Attack Ability Min                                   := 7
Attack Ability Max                                   := 8
Defense Ability Min                                  := 7
Defense Ability Max                                  := 8
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Expert
Does Attack Character                                := True
When To Retreat                                      := Never Retreat
Response Range                                       := Long Range
Movement Strategy                                    := Hunt
Movement Speed                                       := Average
Sound File Death                                     := demon_d.wav
Sound File Attack                                    := demon_a.wav
Sound File Growl                                     := demon_g.wav
Num Items Carried                                    := 0
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 4
Spell 1 Name                                         := Fire Ball
Spell 1 Chance To Use                                := Very Low
Spell 2 Name                                         := Ice Ball
Spell 2 Chance To Use                                := Very Low
Spell 3 Name                                         := Ball Lightning
Spell 3 Chance To Use                                := Very Low
Spell 4 Name                                         := Poison Ball
Spell 4 Chance To Use                                := Very Low
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Bite
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 20
Natural Attack 1 Damage Amount Max                   := 40
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

//----------------------------------------------------------------------
// Added for Xerathul's Revenge
//----------------------------------------------------------------------
Name                                                 := Skeleton Fighter
Description                                          := Skeleton Fighter
Picture Filename                                     := SkeletonFighter9.bmp
Attack Picture Filename                              := SkeletonFighter9.bmp
Map Appearance Chance                                := 0
Monster Group                                        := Wirwood
Is Unique Monster                                    := FALSE
Is Undead                                            := TRUE
Weight                                               := 40
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 3
Attack Ability Min                                   := 1
Attack Ability Max                                   := 2
Defense Ability Min                                  := 1
Defense Ability Max                                  := 2
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Animal
Does Attack Character                                := True
When To Retreat                                      := When severely hurt
Response Range                                       := Short Range
Movement Strategy                                    := Hunt
Movement Speed                                       := Average
Sound File Death                                     := skeleton_d.wav
Sound File Attack                                    := skeleton_a.wav
Sound File Growl                                     := skeleton_g.wav
Num Items Carried                                    := 2
Item 1 Class                                         := Misc 15
Item 1 Chance                                        := 90
Item 2 Class                                         := Misc 19
Item 2 Chance                                        := 50
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Claws
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 7
Natural Attack 1 Damage Amount Max                   := 11
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Skeleton Fighter
Description                                          := Skeleton Fighter
Picture Filename                                     := SkeletonFighter8.bmp
Attack Picture Filename                              := SkeletonFighter8.bmp
Map Appearance Chance                                := 0
Monster Group                                        := Wirwood
Is Unique Monster                                    := FALSE
Is Undead                                            := TRUE
Weight                                               := 40
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 3
Attack Ability Min                                   := 1
Attack Ability Max                                   := 2
Defense Ability Min                                  := 1
Defense Ability Max                                  := 2
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Animal
Does Attack Character                                := True
When To Retreat                                      := When severely hurt
Response Range                                       := Short Range
Movement Strategy                                    := Hunt
Movement Speed                                       := Average
Sound File Death                                     := skeleton_d.wav
Sound File Attack                                    := skeleton_a.wav
Sound File Growl                                     := skeleton_g.wav
Num Items Carried                                    := 2
Item 1 Class                                         := Misc 15
Item 1 Chance                                        := 90
Item 2 Class                                         := Misc 19
Item 2 Chance                                        := 50
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Claws
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 8
Natural Attack 1 Damage Amount Max                   := 12
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

Name                                                 := Skeleton Fighter
Description                                          := Skeleton Fighter
Picture Filename                                     := SkeletonFighter7.bmp
Attack Picture Filename                              := SkeletonFighter7.bmp
Map Appearance Chance                                := 0
Monster Group                                        := Wirwood
Is Unique Monster                                    := FALSE
Is Undead                                            := TRUE
Weight                                               := 40
Event ID                                             := 0
Health Min                                           := 2
Health Max                                           := 3
Attack Ability Min                                   := 1
Attack Ability Max                                   := 2
Defense Ability Min                                  := 1
Defense Ability Max                                  := 2
Corpse Type                                          := None
Light Radius Generated                               := 0
Can Be Given Items                                   := FALSE
Movement Flag Land                                   := TRUE
Movement Flag Air                                    := FALSE
Movement Flag Water                                  := FALSE
Movement Flag Ethereal                               := FALSE
Intelligence Category                                := Animal
Does Attack Character                                := True
When To Retreat                                      := When severely hurt
Response Range                                       := Short Range
Movement Strategy                                    := Hunt
Movement Speed                                       := Average
Sound File Death                                     := skeleton_d.wav
Sound File Attack                                    := skeleton_a.wav
Sound File Growl                                     := skeleton_g.wav
Num Items Carried                                    := 2
Item 1 Class                                         := Misc 15
Item 1 Chance                                        := 90
Item 2 Class                                         := Misc 19
Item 2 Chance                                        := 50
Store ID                                             := 0
Number of Effects                                    := 0
Number of Spells For Use                             := 0
Number of Natural Attacks                            := 1
Natural Attack 1 Name                                := Claws
Natural Attack 1 Chance To Use                       := 100
Natural Attack 1 Recharge Time                       := 0
Natural Attack 1 Damage Amount Min                   := 7
Natural Attack 1 Damage Amount Max                   := 11
Natural Attack 1 Damage Maximum Range                := 1
Natural Attack 1 Damage Firing FX                    := None
Natural Attack 1 Number of Effects                   := 0
Number of Talk Topics                                := 0

=======================================================================================
*END*
=======================================================================================
